# This file holds all the events.
# they have to be linked in an event chain to be called. See the file
# "event_chain" for more information on this.
#
# Note: this file holds only one type of events (type "message"), but
#       there are quite some more. Best take a look at the following link:
#       http://wl.widelands.org/wiki/TriggerAndEventsReference/


[global]
packet_version="2"

[Start Message] # Show a warning message
type="message_box"
version="2"
text=""<rt><p font-size=24 font-face=FreeSerif font-weight=bold font-color=FF2200>"
      "Warning!</p></rt><rt><p line-spacing=3 font-size=12>"
      "This is not a scenario map. You will not be able to play it in this mode."
      " Please reload the map in normal mode.</p></rt>""
window_title=_"Not a scenario map"
is_modal="true"
width="400"
height="300"
posy="1"
button_00="OK"
